From ad49b90290ade8f268d1fe90212e8d4774c2494a Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Tue, 2 Feb 2021 11:51:32 -0500 Subject: [PATCH] debian/rules: Fix bug --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9332a24..eee8331 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium + * Team upload. * debian/rules: Rewrite to support build profile. * debian/rules: Enable dh_doxygen when building docs. * Drop unnecessary build dependencies. (Closes: #981606) @@ -11,7 +12,7 @@ opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium * debian/control: Drop build-dependency on dartz. Currently opencc uses its vendored copy. - -- Boyuan Yang Tue, 02 Feb 2021 11:22:28 -0500 + -- Boyuan Yang Tue, 02 Feb 2021 11:58:39 -0500 opencc (1.1.1+git20200624+ds2-4) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 9542519..9bfc988 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ execute_after_dh_auto_clean: find . -name *.pyc -delete execute_after_dh_installdocs-indep: -ifeq (,$(findstring nodoc,$(DEB_BUILD_PROFILES))) +ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS))) dh_doxygen --indep endif -- 2.30.2